Tagged "Service Worker"

Adaptive image caching based on network speed with Workbox.js

In this article we review how to adaptively cache images based on network speed with Workbox.js and Cloudinary.

A Cloudinary plugin for Workbox.js

In this article we review how to adaptively cache images based on network speed with Workbox.js via a custom plugin.

Adaptive image loading based on network speed

In this article, we'll explore a concept based on Network Information API, Service Workers and Cloudinary to enable web applications to serve lower quality images (if necessary) in order to speed up the perceptual load time of the web app.